Create Prompt-Driven_AI_Collaboration_Service.md#114
Conversation
🔍 Initial Review – Prompt‑Driven AI Collaboration Service(English version first, Korean version follows) 1. Clarity & ScopeGreat high‑level description! I understand the service goal and the broad technical stack.
2. Suggested Next Steps
3. Questions to ProceedPlease answer (or rough‑estimate) the following so we can freeze the MVP scope and assign tasks:
Thanks! Looking forward to your clarifications. 🙌 🔍 초기 리뷰 – 프롬프트 기반 AI 협업 서비스1. 명확성 & 범위서비스 목표와 대략적 기술 스택은 잘 이해했습니다.
2. 제안되는 다음 단계
3. 진행을 위한 질문아래 항목을 답변(또는 추정)해주시면 MVP 범위를 확정하고 역할 배분이 가능합니다.
확인 후 추가 논의 기대하겠습니다. 🙌 |
|
GitHub 내 트리거 & UX 프롬프트 & 컨텍스트 관리 보안 / 컴플라이언스 시스템 아키텍처 비용 & 일정 수익화 경쟁/차별화 팀 리소스 선호하는 사용자 인터랙션 방식(코멘트, Check‑Run, 둘 다)? 풀리퀘스트 코멘트 |
💬 Follow‑up Review – Narrowed MVP scope(English version first, Korean version follows) 1. What’s now clear✅ PR‑comment–only UX with an opt‑in rule: “any PR containing a Great—this sharply limits the initial blast radius and lets us move fast. 2. Remaining “developer‑blocking” gaps
3. Quick Questions to close the spec(Answer in one‑liners is fine.)
Once we confirm these, we can open tasks/issues and start coding. 🚀 💬 추가 리뷰 – MVP 범위 확정 직전1. 현재까지 명확해진 사항✅ PR 코멘트 전용 UX, 옵트인 규칙: 이제 정말 세부 사양만 확정하면 바로 개발에 착수할 수 있습니다. 2. 아직 필요한 개발 필수 정보
3. 사양 확정을 위한 빠른 질문(간단히 한 줄씩 답주시면 됩니다.)
이 5가지만 확인되면 이슈를 생성하고 개발에 착수하겠습니다. 🚀 |
interface IChat {
"role": "user" | "system",
"content": string
}
const chatData: Array<IChat> = db.ref(...)...이런식으로 저장중
|
🔄 Second-Round Review – Spec almost ready(English first, Korean follows) 1. Confirmed Updates• Chat history will be stored as an Array<IChat> where Great—we are down to “last-mile” details. 2. Remaining blocking items (tiny but important)
3. Tiny follow-ups (yes/no answers welcome)
Once we lock these, we can open GitHub issues and hand work to the developer. 🚀 🔄 2차 리뷰 – 거의 마무리 단계1. 확정된 사항• 채팅 히스토리는 Array<IChat> 형태( 좋습니다. 이제 정말 세부 몇 가지만 남았습니다. 2. 남은 필수 세부 항목
3. 빠른 확인 질문 (간단히 답 주시면 됩니다)
이 항목들이 확정되면 이슈를 발행하고 바로 개발에 들어가겠습니다. 🚀 |
No description provided.